home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_2575 / frame_2 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  252 b   |  14 lines

  1. onEnterFrame = function()
  2. {
  3.    if(_root.cm.hitTest(gg) && _root.cm.ducking == false)
  4.    {
  5.       if(pb == false)
  6.       {
  7.          pb = true;
  8.          _root.cm.hit = true;
  9.          _root.health -= 2;
  10.          gotoAndStop(1);
  11.       }
  12.    }
  13. };
  14.